/.gitignore
gitignore | 32 lines | 22 code | 2 blank | 8 comment | 0 complexity | f309c36de40ce84c93489e0e0af3143c MD5 | raw file
1# 2# NOTE! Don't add files that are generated in specific 3# subdirectories here. Add them in the ".gitignore" file 4# in that subdirectory instead. 5# 6# Normal rules 7# 8.* 9*.*~ 10*.py~ 11*.pyc 12*.txt 13trash 14report 15*.png 16*.svg 17*.dot 18*.jpg 19*.png 20*.o 21*.os 22*.so 23*.eps 24*~ 25*.exe 26*.avi 27*_adolc* 28_adolc-vs_tape1 29 30 31# exceptions 32!.gitignore