diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-15 15:58:59 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-15 15:58:59 -0500 |
commit | ab987e10f154f5536bb8fd936ae0966e909fa969 (patch) | |
tree | 9de5076f38b71ececb1bc94f8d9d19170898d603 /gpr/.gitignore |
added all my scriptssynced/master
Diffstat (limited to 'gpr/.gitignore')
-rw-r--r-- | gpr/.gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gpr/.gitignore b/gpr/.gitignore new file mode 100644 index 0000000..78547e5 --- /dev/null +++ b/gpr/.gitignore @@ -0,0 +1,36 @@ +.DS_Store +build/ +scripts/*.pyc + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |