summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-02-26 17:44:31 -0500
committerSteve Huston <shuston@riverace.com>2015-02-26 17:44:31 -0500
commit7d5db77a290da37176f865dfba28cfb3913ef97e (patch)
tree5c826a170fe31c0d761990206f5da7593f2b8f58 /.gitignore
parentfaf8514144a621184b8f234333a5fea595235a13 (diff)
downloadATCD-7d5db77a290da37176f865dfba28cfb3913ef97e.tar.gz
Make it easier to work on Windows with in-source builds.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000000..d883e988d6a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Ignore Windows, Visual Studio solution/project files and build artifacts.
+*.sln
+*.vcxproj*
+*.tlog
+*.log
+*.obj
+*.ilk
+*.exe
+*.dll
+*.lib
+*.exp
+*.[ip]db
+