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

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeromus <zeromus@users.sf.net>2006-07-18 06:53:36 +0400
committerzeromus <zeromus@users.sf.net>2006-07-18 06:53:36 +0400
commitdfd763c100bf35da5f592bc874ec3fccda0cc9fa (patch)
tree3076e253b46850fb68859814c22bb4b6156edca5 /.gitignore
initial checkin of tasbuild
[[Split portion of a mixed commit.]]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..674deb69
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# A simulation of Subversion default ignores, generated by reposurgeon.
+*.o
+*.lo
+*.la
+*.al
+*.libs
+*.so
+*.so.[0-9]*
+*.a
+*.pyc
+*.pyo
+*.rej
+*~
+*.#*
+.*.swp
+.DS_store
+# Simulated Subversion default ignores end here