mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Add a .gitignore to try to reduce the amount of files listed as not
in repository on git status.
This commit is contained in:
parent
d1f3e24eac
commit
063cffa81d
1 changed files with 19 additions and 0 deletions
19
cde/.gitignore
vendored
Normal file
19
cde/.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Compiled source
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.so.2
|
||||||
|
*.so.2.1
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Backups and editor created backups
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
|
|
||||||
|
# flags for saying directory is complete
|
||||||
|
DONE
|
||||||
|
|
||||||
|
# imports of of headers
|
||||||
|
imports
|
||||||
|
|
||||||
|
# exports of libraries/headers
|
||||||
|
exports
|
Loading…
Reference in a new issue