1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ### git's track ignore file-list.
- ### vim
- *.swp
- *.swo
- *~
- ### ctags
- tags
- ### cscope
- cscope.in.out
- cscope.out
- cscope.po.out
- ### Source Insight
- *.IAB
- *.IAD
- *.IMB
- *.IMD
- *.PFI
- *.PO
- *.PR
- *.PRI
- *.PS
- *.WK3
- *.SearchResults
- ### SlickEdit
- *.vpwhist
- *.vtg
- *.vpj
- *.vpw
- ### Goland(Gogland)
- .idea/
- !.gitignore
- !.gitmodules
- # Other ignore the trace files
- #*.o
- #*.a
- #*.bak
- #*~
- #*.so
- #*.log
- #*.gz
- #*.bz2
|