1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # ---> C++
- # Compiled Object files
- *.slo
- *.lo
- *.o
- *.obj
- # Precompiled Headers
- *.gch
- *.pch
- # Compiled Dynamic libraries
- *.so
- *.dylib
- *.dll
- # Fortran module files
- *.mod
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- *.lib
- # Executables
- *.exe
- *.out
- *.app
- # ---> BricxCC
- # Bricx Command Center IDE
- # http://bricxcc.sourceforge.net
- *.bak
- *.sym
- # ---> Autotools
- # http://www.gnu.org/software/automake
- Makefile.in
- # http://www.gnu.org/software/autoconf
- /autom4te.cache
- /aclocal.m4
- /compile
- /configure
- /depcomp
- /install-sh
- /missing
- /stamp-h1
|