123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- *.kate-swp
- # Object files
- *.o
- *.ko
- *.obj
- *.elf
- # Precompiled Headers
- *.gch
- *.pch
- # Libraries
- *.lib
- *.a
- *.la
- *.lo
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
- # Debug files
- *.dirstamp
- *.dSYM/
- /autom4te.cache
- /aclocal.m4
- /m4
- /compile
- /configure
- /depcomp
- /install-sh
- /missing
- /stamp-h1
- /configure.scan
- Makefile.in
- Makefile
- .deps
- /config.*
- /settings.ini
- /src/glmv
- # ignore the external libs for now, i'll figure something out later for it
- /src/c3dlas
- #/src/text #merged into this project for now
- /src/fxml
- # these are not build files
- !/assets/**/*.obj
- # saved sdf font data
- *.sdf
- sdf.png
|