.hgignore

Thu, 11 Jan 2018 16:46:22 +0200

author
Santeri Piippo
date
Thu, 11 Jan 2018 16:46:22 +0200
changeset 1253
468a32ae8100
parent 971
c00f9665a9f8
child 1038
6b5058e95386
permissions
-rw-r--r--

add operators to LDDocument

810
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 syntax:glob
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 build
945
c310073e4f22 More sharedpointer removal
Teemu Piippo <crimsondusk64@gmail.com>
parents: 904
diff changeset
3 debug
c310073e4f22 More sharedpointer removal
Teemu Piippo <crimsondusk64@gmail.com>
parents: 904
diff changeset
4 release
810
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
5 *.kdev4
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
6 *.dat
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
7 .kdev_include_paths
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
8 *.cfg
04e05381ad32 - imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
9 .kdev4
945
c310073e4f22 More sharedpointer removal
Teemu Piippo <crimsondusk64@gmail.com>
parents: 904
diff changeset
10 *~
c310073e4f22 More sharedpointer removal
Teemu Piippo <crimsondusk64@gmail.com>
parents: 904
diff changeset
11 *.bak
c310073e4f22 More sharedpointer removal
Teemu Piippo <crimsondusk64@gmail.com>
parents: 904
diff changeset
12 *.rej
860
a496e72af069 - more refactor, updated .hgignore
Teemu Piippo <crimsondusk64@gmail.com>
parents: 810
diff changeset
13 *.orig
904
f8e1852b91bc - added CMakeLists.txt.user to ignore list
Teemu Piippo <crimsondusk64@gmail.com>
parents: 860
diff changeset
14 CMakeLists.txt.user
971
c00f9665a9f8 Now compiles and links but crashes shortly after startup.
Teemu Piippo <crimsondusk64@gmail.com>
parents: 945
diff changeset
15 *.pyc

mercurial