summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Maskell <[email protected]>2016-05-09 10:42:27 +0200
committerJason Maskell <[email protected]>2016-05-09 10:42:27 +0200
commit9de25e64ce865f2f64ec0cdb6f38184f257a9db5 (patch)
tree78132a1a9217330d9a96695e9fb741e53af941d1
parentInitial commit with PS4 and XBone stuff trimmed. (diff)
parentInitial commit (diff)
downloadwaveworks_archive-9de25e64ce865f2f64ec0cdb6f38184f257a9db5.tar.xz
waveworks_archive-9de25e64ce865f2f64ec0cdb6f38184f257a9db5.zip
Merge branch 'master' of https://github.com/NVIDIAGameWorks/WaveWorks
Conflicts: .gitignore
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2aa3441..5388fcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,31 @@ intermediate/
output/
test/d3d10/win64/
test/gl2/win64/debug/cudart64_55.dll
+# 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