extended Interpreter with ::need* functions, also extended File functions
[aqualang.git] / .gitignore
blobdd3a81c4edff476555646096f71f4f310ae9808b
2 *.stackdump
3 *.class
4 push.sh
6 # kate leaving junk all over the place
7 *.kate-swp
9 # ignore cmake build directory
10 build/
12 # extra stuff from https://www.gitignore.io
13 ### C++ ###
14 # Compiled Object files
15 *.slo
16 *.lo
17 *.o
18 *.obj
20 # Precompiled Headers
21 *.gch
22 *.pch
24 # Compiled Dynamic libraries
25 *.so
26 *.dylib
27 *.dll
29 # Fortran module files
30 *.mod
32 # Compiled Static libraries
33 *.lai
34 *.la
35 *.a
36 *.lib
38 # Executables
39 *.exe
40 *.out
41 *.app