diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 16:46:06 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 16:46:06 +0200 |
| commit | de5b9db42473801e83e93b35968c7cfc4b782e3a (patch) | |
| tree | 20b68ed783696983e23353df0769a5bf700a5798 /.gitignore | |
| parent | de629774cb912aa3d563f24d99258142713c3fcd (diff) | |
| download | STC-modified-de5b9db42473801e83e93b35968c7cfc4b782e3a.tar.gz STC-modified-de5b9db42473801e83e93b35968c7cfc4b782e3a.zip | |
Update .gitignore using a "standard" C config.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 50 |
1 files changed, 47 insertions, 3 deletions
@@ -1,3 +1,47 @@ -*.out
-*.exe
-stuff/*
+# Folders +stuff/* +benchmarks/external/* + +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# 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 +*.dSYM/ +*.su +*.idb +*.pdb |
