Add .gitignore file to make repository management easier
This commit is contained in:
parent
169d690834
commit
0ac4af52a3
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
*.o
|
||||
*.swp
|
||||
/Makefile
|
||||
/src/Makefile
|
||||
autom4te.cache
|
||||
config.log
|
||||
config.status
|
||||
.deps
|
||||
.dirstamp
|
||||
/pcem
|
||||
/src/pcem
|
||||
Loading…
Reference in a new issue