2009-10-20 23:15:13 +02:00
|
|
|
# Note: use "git ls-files -i --exclude-standard" to make sure
|
|
|
|
# no tracked files are ignored as a result of any changes.
|
|
|
|
|
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.lo
|
|
|
|
*.so
|
|
|
|
*.so.[0-9]
|
|
|
|
*.a
|
|
|
|
*.s
|
|
|
|
*.mo
|
2009-10-21 04:24:10 +02:00
|
|
|
*.pc
|
2009-10-20 23:15:13 +02:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
*.patch
|
|
|
|
*.gz
|
|
|
|
*~
|
2011-04-20 21:58:52 +02:00
|
|
|
*.orig
|
|
|
|
*.rej
|
2011-09-08 21:23:40 +02:00
|
|
|
*.pyc
|
2016-11-16 15:05:22 +01:00
|
|
|
*.pyo
|
2011-04-20 21:58:52 +02:00
|
|
|
cscope.*
|
2012-11-12 00:07:22 +01:00
|
|
|
.#*
|
|
|
|
\#*
|
|
|
|
.*.swp
|
2009-10-20 23:15:13 +02:00
|
|
|
# Failsafes
|
|
|
|
!.gitignore
|