Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardly <vik.kirilov@gmail.com>2014-08-06 01:43:51 +0400
committeronqtam <vik.kirilov@gmail.com>2016-03-05 06:20:00 +0300
commitb1e7e147a8a71d67e38dbcc20687399bd73e563a (patch)
tree494492810420236ca5ebb1cba54a84f12b30df2a /.gitignore
squashing git history for the last time
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore38
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..3cdc037b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,38 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# Text garbage
+*.ii
+*.s
+
+# My garbage :)
+examples/temp_test_output.txt
+
+scripts/bench/assimp/*
+scripts/bench/catch/*
+scripts/bench/log.txt
+build/*
+build-mingw/*
+examples/*/build/*
+examples/*/build-mingw/*
+*.suo
+*.pyc